The ActiveReports Server installation includes a REST API sample for Angular 4 that you can find in:
C:\ActiveReports 12 Server\SDK\Samples\Angular REST API Sample
This sample is also part of the ActiveReports Server Samples project that you can find in:
C:\ActiveReports 12 Server\SDK\Samples
The REST API sample demonstrates how to call the most frequently used REST API methods in your application linked to ActiveReports Server.
Open the command prompt window, type the following and press enter :
cd C:\ActiveReports 12 Server\SDK\Samples\Angular REST API Sample
After the installation is finished, run the following command to compile the package and start the server.
yarn start
After the compilation is successful, open http://localhost:54512/ in browser.
When a report is opened for preview, you can choose one of the following operations to perform on the report.
You can choose from the following available formats to save your report. When you click the Run button, the report is saved in the selected format.
When you click the Run button with the selected Print option, the following window appears. Select the Server printing options and click Print.
When you click the Run button with the selected Print option, the following window appears. Select the Server printing options and click Print.
For the ActiveReports Server REST API documentation, please see http://arhelp.grapecity.com/webhelp/AR12Server/WebAPI/index.html.